home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 March
/
macformat-048.iso
/
Demos
/
Musee d'Orsay
/
ORSAY
/
DATAOR
/
LOGO.DXR
/
00025.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-17
|
223 b
|
12 lines
on exitFrame
puppetSprite(2, 1)
repeat with I = 1 to 76
set the locH of sprite 2 to the locH of sprite 2 + 5
updateStage()
if the mouseDown then
quit()
end if
end repeat
puppetSprite(2, 0)
end